home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
programming
/
debuggers
/
syslog17.lha
/
Syslog
/
examples
/
SyslogTest.asm
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1993-09-19
|
382 b
|
18 lines
INCLUDE "syslog.i"
DEBUG set 1
NO_MULTITASKING set 0
_main: bsr _InitSysLog
SYSLOG <"This is a nice and entertaining testmessage">
SYSLOG <"brought to you by %s!">,#PrgName
bsr _UnInitSysLog
moveq #0,d0
rts
PrgName CSTR "SysLog"